14. Araxis Merge File Comparison Report

Produced by Araxis Merge on 2023-07-12 04:42:36 +0000. See www.araxis.com for information about Merge. This report uses XHTML and CSS2, and is best viewed with a modern standards-compliant browser. For optimum results when printing this report, use landscape orientation and enable printing of background images and colours in your browser.

14.1 Files compared

#LocationFileLast Modified
1Porto v4.0.5/Theme Files/Porto Theme/app/code/Mageplaza/LayeredNavigation/etc/adminhtmlsystem.xml2023-02-06 13:37:49 +0000
2Porto v4.0.6/Theme Files/Porto Theme/app/code/Mageplaza/LayeredNavigation/etc/adminhtmlsystem.xml2023-07-02 09:02:18 +0000

14.2 Comparison summary

DescriptionBetween
Files 1 and 2
Text BlocksLines
Unchanged1288
Changed00
Inserted00
Removed00

14.3 Comparison options

WhitespaceConsecutive whitespace is treated as a single space
Character caseDifferences in character case are significant
Line endingsDifferences in line endings (CR and LF characters) are ignored
CR/LF charactersNot shown in the comparison detail
Active line-pairing rules

14.4 Active regular expressions

No regular expressions were active.

14.5 Comparison detail

1 <?xml  1 <?xml 
2  version="1.0" 2  version="1.0"
3 ?> 3 ?>
4 <!-- 4 <!--
5 /** 5 /**
6  * Mageplaza 6  * Mageplaza
7  * 7  *
8  * NOTICE OF LICENSE 8  * NOTICE OF LICENSE
9  * 9  *
10  * This source file is subject to the Mageplaza.com license that is 10  * This source file is subject to the Mageplaza.com license that is
11  * available through the world-wide-web at this URL: 11  * available through the world-wide-web at this URL:
12  * https://www.mageplaza.com/LICENSE.txt 12  * https://www.mageplaza.com/LICENSE.txt
13  * 13  *
14  * DISCLAIMER 14  * DISCLAIMER
15  * 15  *
16  * Do not edit or add to this file if you wish to upgrade this extension to newer 16  * Do not edit or add to this file if you wish to upgrade this extension to newer
17  * version in the future. 17  * version in the future.
18  * 18  *
19  * @category    Mageplaza 19  * @category    Mageplaza
20  * @package     Mageplaza_LayeredNavigation 20  * @package     Mageplaza_LayeredNavigation
21  * @copyright   Copyright (c) Mageplaza (https://www.mageplaza.com/) 21  * @copyright   Copyright (c) Mageplaza (https://www.mageplaza.com/)
22  * @license     https://www.mageplaza.com/LICENSE.txt 22  * @license     https://www.mageplaza.com/LICENSE.txt
23  */ 23  */
24 --> 24 -->
25 <config  25 <config 
26  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"  26  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
27  xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Config:etc/system_file.xsd" 27  xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Config:etc/system_file.xsd"
28 > 28 >
29       29      
30  <system> 30  <system>
31            31           
32   <section  32   <section 
33    id="layered_navigation" 33    id="layered_navigation"
34   > 34   >
35                 35                
36    <label> 36    <label>
37     Layered Navigation 37     Layered Navigation
38    </label> 38    </label>
39                 39                
40    <group  40    <group 
41     id="general" 41     id="general"
42    > 42    >
43                      43                     
44     <field  44     <field 
45      id="enabled"  45      id="enabled" 
46      translate="label"  46      translate="label" 
47      type="select"  47      type="select" 
48      sortOrder="10"  48      sortOrder="10" 
49      showInDefault="1"  49      showInDefault="1" 
50      showInWebsite="1"  50      showInWebsite="1" 
51      showInStore="1"  51      showInStore="1" 
52      canRestore="1" 52      canRestore="1"
53     > 53     >
54                           54                          
55      <label> 55      <label>
56       Layered Navigation Enable 56       Layered Navigation Enable
57      </label> 57      </label>
58                           58                          
59      <source_model> 59      <source_model>
60       Magento\Config\Model\Config\Source\Yesno 60       Magento\Config\Model\Config\Source\Yesno
61      </source_model> 61      </source_model>
62                       62                      
63     </field> 63     </field>
64                      64                     
65     <field  65     <field 
66      id="ajax_enable"  66      id="ajax_enable" 
67      translate="label"  67      translate="label" 
68      canRestore="1"  68      canRestore="1" 
69      sortOrder="20" 69      sortOrder="20"
70     > 70     >
71                           71                          
72      <label> 72      <label>
73       Enable Ajax 73       Enable Ajax
74      </label> 74      </label>
75                       75                      
76     </field> 76     </field>
77                      77                     
78     <field  78     <field 
79      id="infinite_scroller"  79      id="infinite_scroller" 
80      translate="label"  80      translate="label" 
81      type="select"  81      type="select" 
82      showInDefault="1"  82      showInDefault="1" 
83      showInWebsite="1"  83      showInWebsite="1" 
84      showInStore="1"  84      showInStore="1" 
85      canRestore="1"  85      canRestore="1" 
86      sortOrder="30" 86      sortOrder="30"
87     > 87     >
88                           88                          
89      <label> 89      <label>
90       Enable Infinite Scroller 90       Enable Infinite Scroller
91      </label> 91      </label>
92                           92                          
93      <source_model> 93      <source_model>
94       Magento\Config\Model\Config\Source\Yesno 94       Magento\Config\Model\Config\Source\Yesno
95      </source_model> 95      </source_model>
96                           96                          
97      <depends> 97      <depends>
98                                98                               
99       <field  99       <field 
100        id="ajax_enable" 100        id="ajax_enable"
101       > 101       >
102        1 102        1
103       </field> 103       </field>
104                            104                           
105      </depends> 105      </depends>
106                       106                      
107     </field> 107     </field>
108                      108                     
109     <field  109     <field 
110      id="infinite_mode"  110      id="infinite_mode" 
111      translate="label comment"  111      translate="label comment" 
112      type="select"  112      type="select" 
113      sortOrder="40"  113      sortOrder="40" 
114      showInDefault="1"  114      showInDefault="1" 
115      showInWebsite="1"  115      showInWebsite="1" 
116      showInStore="1" 116      showInStore="1"
117     > 117     >
118                           118                          
119      <label> 119      <label>
120       Infinite Scroller Mode 120       Infinite Scroller Mode
121      </label> 121      </label>
122                           122                          
123      <source_model> 123      <source_model>
124       Mageplaza\LayeredNavigation\Model\Config\Settings\General\Mode 124       Mageplaza\LayeredNavigation\Model\Config\Settings\General\Mode
125      </source_model> 125      </source_model>
126                           126                          
127      <depends> 127      <depends>
128                                128                               
129       <field  129       <field 
130        id="ajax_enable" 130        id="ajax_enable"
131       > 131       >
132        1 132        1
133       </field> 133       </field>
134                            134                           
135      </depends> 135      </depends>
136                       136                      
137     </field> 137     </field>
138                  138                 
139    </group> 139    </group>
140             140            
141   </section> 141   </section>
142        142       
143  </system> 143  </system>
144 </config> 144 </config>